home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / texts / dosman121 / man / unsetenv < prev    next >
Text File  |  1995-04-04  |  671b  |  26 lines

  1.  
  2.    UnSetEnv (2.x/3.x Internal)
  3.  
  4.  
  5.    NAME
  6.             UnSetEnv - Removes specified global environment 
  7.         variable.
  8.  
  9.    SYNOPSIS
  10.        UnSetEnv name
  11.  
  12.    DESCRIPTION
  13.             This actually deletes the named file in your ENV: 
  14.         directory. For more info on global environmental 
  15.         variables see the details in the SETENV file. 
  16.  
  17.             If you don't specify a file to delete, then UNSETENV 
  18.         will list all the current global varibles.
  19.  
  20.    KEYWORDS
  21.      name
  22.             The name of the global environment variable to 
  23.         remove. If you don't specify a name, then the command 
  24.         will list all of the global environment variables.
  25.  
  26.